[bazel] Flag fixes for the RBE#16785
Conversation
The c++ version is set properly in the main `.bazelrc` and changing it here doesn't help. We should also always use a pinned browser in the RBE.
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
User description
The c++ version is set properly in the main
.bazelrcand changing it here doesn't help.We should also always use a pinned browser in the RBE.
PR Type
Enhancement
Description
Add browser pinning flag for RBE builds
Remove redundant C++ standard flag from RBE config
Simplify remote build configuration
Diagram Walkthrough
File Walkthrough
.bazelrc.remote
Update RBE configuration flags.bazelrc.remote
--//common:pin_browsersflag to ensure pinned browsers in RBEbuilds
--cxxopt=-std=c++14flag (already set in main.bazelrc)